From c98fb23008e215c8f30997f91d9c25f0c0d6f965 Mon Sep 17 00:00:00 2001 From: "cl349@freefall.cl.cam.ac.uk" Date: Mon, 25 Oct 2004 20:53:15 +0000 Subject: [PATCH] bitkeeper revision 1.1159.131.1 (417d67bbobqYkFS_Hlz2BuxPyvYHCw) Makefile: Update TAGS target to not include SCCS/* files. --- xen/Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/xen/Makefile b/xen/Makefile index 7cf34537b5..58eaaa1c0c 100644 --- a/xen/Makefile +++ b/xen/Makefile @@ -68,13 +68,14 @@ include/xen/compile.h: @LANG=C echo >> $@ .PHONY: $(GENERATED_FILES) make-links delete-links default -.PHONY: debug install clean delete-unfresh-files +.PHONY: debug install clean delete-unfresh-files TAGS SUBDIRS = arch common drivers TAGS: - etags `find include/asm-$(TARGET_ARCH) -name '*.h'` - find include -type d \( -name "asm-*" -o -name config \) -prune -o -name '*.h' -print | xargs etags -a - find $(SUBDIRS) -name '*.[ch]' | xargs etags -a + ( find include/asm-$(TARGET_ARCH) -name '*.h'; \ + find include -type d \( -name "asm-*" -o -name config \) -prune -o \ + -name '*.h' -print; \ + find $(SUBDIRS) -name '*.[ch]' ) | grep -v /SCCS/ | etags - MAP: nm $(TARGET) | grep -v '\(compiled\)\|\(\.o$$\)\|\( [aUw] \)\|\(\.\.ng$$\)\|\(LASH[RL]DI\)' | sort > System.map -- 2.30.2